home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vesmirna becherovka / 2004 Vesmírná Becherovka / Becherovka.exe / scripts / DefineButton2_836 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2004-09-30  |  135 b   |  9 lines

  1. on(release){
  2.    if(_root.s.control)
  3.    {
  4.       _root.s.control = false;
  5.       _root.s.popis = "";
  6.       gotoAndPlay(5);
  7.    }
  8. }
  9.